Parameters
- elementType
- The type of elements in the array.
- rank
- The number of dimensions.
- dimensions
- Limits for the dimentsions.
This sample creates two-dimensional array with three sub-arrays, each has two elements. String representation of array that can be received with the ToString method will be the following:
{{NULL,NULL},{NULL,NULL},{NULL,NULL}}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2